Welcome![Sign In][Sign Up]
Location:
Search - fft 64

Search list

[Develop Tools自编的FFT算法C程序

Description: 本人因项目开发需要(基于dsp2812),根据FFT算法原理,用C自编了个FFT程序,可进行64点,128点,256点FFT运算,只要输入对应的参数便可,使用方便灵活!强烈推荐
Platform: | Size: 1262 | Author: liuwenye_1 | Hits:

[Mathimatics-Numerical algorithmsFFT变换

Description: 利用VB进行FFT(快速傅立叶)变换。-use VB FFT (Fast Fourier) transformation.
Platform: | Size: 2048 | Author: 鲁班 | Hits:

[Post-TeleCom sofeware systemsOFDMtransmit

Description: 应用于无线通信的OFDM解调和RS解码源程序。64点FFT,19个子载波。调制 输入速率8K。-used in wireless communications OFDM demodulator and decoder source RS. 64-point FFT, 19 sub-carrier. Modulation rate of 8 K importation.
Platform: | Size: 247808 | Author: simon | Hits:

[Algorithmfft64_simulation

Description: 基于蝶形运算的64点快速傅立叶变换,对FFT的理解有很好的帮助-butterfly computation based on the 64 point fast Fourier transform, FFT understanding of good help
Platform: | Size: 1024 | Author: 华少洪 | Hits:

[Embeded-SCM Developfft-arm-0.01.src

Description: 针对ARM优化过的FFT算法。其中20点,64点,80点的FFT算法。笔者试着加入了256点的FFT -for ARM optimized FFT algorithm off. 20 points, 64 points, 80 points of the FFT algorithm. I tried to join the 256-point FFT
Platform: | Size: 15360 | Author: yinaichang | Hits:

[VHDL-FPGA-VerilogFFT8

Description: 本设计根据OFDM系统的实际需要,提出一种用FPGA实现FFT运算的方案,并以64点FFT为例,在Quartus II软件上通过了综合和仿真。-The design of OFDM systems in accordance with the actual needs of a computing using FPGA realize FFT program, and 64-point FFT as an example, in the Quartus II software through a comprehensive and simulation.
Platform: | Size: 27648 | Author: 叶开 | Hits:

[source in ebookFFT

Description: 用c实现FFT算法,通过修改该程序可实现32点,64点,128点的FFT运算-With c realize FFT algorithm, by modifying the program to achieve 32 points, 64 points, 128 points FFT computation
Platform: | Size: 14336 | Author: xiuxiu | Hits:

[AlgorithmFFT

Description: // 入口参数: // l: l = 0, 傅立叶变换 l = 1, 逆傅立叶变换 // il: il = 0,不计算傅立叶变换或逆变换模和幅角;il = 1,计算模和幅角 // n: 输入的点数,为偶数,一般为32,64,128,...,1024等 // k: 满足n=2^k(k>0),实质上k是n个采样数据可以分解为偶次幂和奇次幂的次数 // pr[]: l=0时,存放N点采样数据的实部 // l=1时, 存放傅立叶变换的N个实部 // pi[]: l=0时,存放N点采样数据的虚部 // l=1时, 存放傅立叶变换的N个虚部 // // 出口参数: // fr[]: l=0, 返回傅立叶变换的实部 // l=1, 返回逆傅立叶变换的实部 // fi[]: l=0, 返回傅立叶变换的虚部 // l=1, 返回逆傅立叶变换的虚部 // pr[]: il = 1,i = 0 时,返回傅立叶变换的模 // il = 1,i = 1 时,返回逆傅立叶变换的模 // pi[]: il = 1,i = 0 时,返回傅立叶变换的辐角 // il = 1,i = 1 时,返回逆傅立叶变换的辐角-err
Platform: | Size: 1024 | Author: bluefeifei | Hits:

[Algorithmfft64

Description: 64-point radix-2 fft module
Platform: | Size: 1024 | Author: Hem | Hits:

[Algorithmfft

Description: FFT算法实现 Radix2 可以计算 4,8,16,32, 64,128, 256....点FFT Radix4 可以计算 4,16, 64, 256, 1024...点FFT FFT_DIT_general.c 实现了 Radix2 和Radix4 的配合使用,可以计算Radix2可以计算的所有FFT,但效率比Radix2高。-FFT can be calculated Radix2 algorithm 4,8,16,32, 64,128, 256 .... can calculate the FFT Radix4 points 4,16, 64, 256, 1024-point FFT FFT_DIT_general.c ... Radix2 and Radix4 achieved with the use of Radix2 can calculate can calculate all the FFT, but Radix2 high efficiency.
Platform: | Size: 2048 | Author: liuxiaoxiao | Hits:

[Other Embeded programfft64

Description: DSP 2812的 64点fft的C程序-2812 proceedings of the 64-point fft
Platform: | Size: 1024 | Author: 李伟 | Hits:

[DSP programfft

Description: 基于TMS320C6416 DSP芯片的fft程序,需要根据自己硬件不同来修改.asm文件,其中fft是由C写成。-Based on the TMS320C6416 DSP chip fft procedures, the need to modify their own different hardware. Asm document written in C by fft.
Platform: | Size: 463872 | Author: 郭函 | Hits:

[SCMfft64

Description: 采用verilog代码编写了一个64位的fft,其中蝶形算法采用基2算法-the fft of 64 points
Platform: | Size: 14336 | Author: Evolchs | Hits:

[Embeded-SCM Developfft-arm

Description: 一个用于ARM的基4/基5定点FFT算法,原作者是JDB,后来我扩展过16和256点的计算并用在项目中了,感觉速度还不错。现在重写了基于Linux GCC4的测试程序,可供使用者评估参考。建议安装FFTW3用来精确评估测试结果,相关范例已经在代码中了。-Radix 4/5 FFT routines supporting 16/64/256 and 20/80 calculations. The source originally contributed by JDB, I had extended 16 and 256 candidates and used it in our project it has been verified as fast and stable. Now we add some test vectors running on Linux with GCC 4 for testers who want to use or just evaluate it. Installing FFTW3 is recommended for evaluating the code exactly.
Platform: | Size: 242688 | Author: Tony Gibson | Hits:

[VHDL-FPGA-Verilog64pointFFTR2MDC

Description: 该工程实现了一个64点DIF FFT,verilog编写,采用R2MDC结构,通过Modelsim功能仿真,压缩包里有rtl代码,dc脚本,输出报告。-The project implements a 64-point DIF FFT, verilog compiled by R2MDC structure, through the Modelsim functional simulation, compression bag with rtl code, dc script, the output report.
Platform: | Size: 672768 | Author: ShuChen | Hits:

[Software EngineeringRADIX_64

Description: radix 64 point fft using vhdl design in fpga
Platform: | Size: 126976 | Author: bowya | Hits:

[VHDL-FPGA-VerilogFFT

Description: The VHDL implementation of 8-point FFT in VHDL. Radix 2 Decimation in Frequency-The VHDL implementation of 64-point FFT in VHDL. Radix 2 Decimation in Frequency i am found of it.It s really very good!
Platform: | Size: 31744 | Author: 小鸟动人 | Hits:

[Linux-Unixfft-arm

Description: 基于ARM处理器的基4和基5的FFT算法标准C程序,作者是JDB。-Base on ARM processor about Radix 4/5 FFT routines supporting 16/64/256 and 20/80 calculations. The source originally contributed by JDB
Platform: | Size: 237568 | Author: denny | Hits:

[VHDL-FPGA-Veriloggam3

Description: FPGA Implementation ofLow Power 64-Point Radix-4 FFT Processor for OFDM System
Platform: | Size: 145408 | Author: rams | Hits:

[Algorithmfft.c

Description: c语言编写的求1,2,4,8,16,32,64,128,256,512,1024,2048点fft 通用程序-c language of the general program requirements 1,2,4,8,16,32,64,128,256,512,1024,2048 point fft
Platform: | Size: 15360 | Author: ws | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net